Autogenerated HTML docs for v2.17.0-775-ge144d 
diff --git a/git-replace.txt b/git-replace.txt index e5c57ae..246dc99 100644 --- a/git-replace.txt +++ b/git-replace.txt 
@@ -11,6 +11,7 @@  'git replace' [-f] <object> <replacement>  'git replace' [-f] --edit <object>  'git replace' [-f] --graft <commit> [<parent>...] +'git replace' [-f] --convert-graft-file  'git replace' -d <object>...  'git replace' [--format=<format>] [-l [<pattern>]]   @@ -87,9 +88,13 @@ 	content as <commit> except that its parents will be 	[<parent>...] instead of <commit>'s parents. A replacement ref 	is then created to replace <commit> with the newly created -	commit. See contrib/convert-grafts-to-replace-refs.sh for an -	example script based on this option that can convert grafts to -	replace refs. +	commit. Use `--convert-graft-file` to convert a +	`$GIT_DIR/info/grafts` file and use replace refs instead. + +--convert-graft-file:: +	Creates graft commits for all entries in `$GIT_DIR/info/grafts` +	and deletes that file upon success. The purpose is to help users +	with transitioning off of the now-deprecated graft file.    -l <pattern>::  --list <pattern>::